home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / Report.nib / data.classes next >
Text File  |  1993-10-21  |  1KB  |  87 lines

  1. Report = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     add:;
  5.     setOrientation:;
  6.     selectedACell:;
  7.     reload:;
  8.     setupPrintPanel:;
  9.     remove:;
  10.     browser:;
  11.     textDidGetKeys:;
  12.     changeSizing:;
  13.     change:;
  14.     duplicate:;
  15.     windowDidBecomeKey:;
  16.     };
  17.     OUTLETS = {
  18.     bottomText;
  19.     thePage;
  20.     cellTag;
  21.     theOrientation;
  22.     sizing;
  23.     name;
  24.     showRCstuff;
  25.     scale;
  26.     theSheet;
  27.     addButton;
  28.     theMgr;
  29.     scroller;
  30.     removeButton;
  31.     marginArray;
  32.     rangeMatrix;
  33.     dateTag;
  34.     timeTag;
  35.     pageHi;
  36.     ignorePage;
  37.     showTitles;
  38.     printButton;
  39.     thePrintView;
  40.     fileTag;
  41.     showGrid;
  42.     window;
  43.     topText;
  44.     pathTag;
  45.     pageWid;
  46.     changeButton;
  47.     pageTag;
  48.     pageSetup;
  49.     duplicateButton;
  50.     textTag;
  51.     theScroller;
  52.     printAcross;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. TagView = {
  57.     SUPERCLASS = View;
  58. };
  59. DPPaperView = {
  60.     ACTIONS = {
  61.     resetMargins:;
  62.     clear:;
  63.     set100:;
  64.     set:;
  65.     paste:;
  66.     cut:;
  67.     setScale:;
  68.     copy:;
  69.     takeOrientation:;
  70.     };
  71.     OUTLETS = {
  72.     scaler;
  73.     owner;
  74.     widText;
  75.     percent;
  76.     hiText;
  77.     };
  78.     SUPERCLASS = View;
  79. };
  80. FirstResponder = {
  81.     ACTIONS = {
  82.     doPrintPreview:;
  83.     doPrintReport:;
  84.     };
  85.     SUPERCLASS = Object;
  86. };
  87.